Welcome![Sign In][Sign Up]
Location:
Search - Explorer Tree

Search list

[TreeViewExpTreeLib_src

Description: Use Visual Basic.NET to develop Explorer Tree Control with ImageList Management
Platform: | Size: 40718 | Author: luckzyw | Hits:

[PropertySheetExplorer(文件浏览器)

Description: c#实现的文件浏览器程式,treeview,listview 用法有详细例子-document browser programs, treeview, detailed error usage examples
Platform: | Size: 92160 | Author: | Hits:

[Dialog_WindowWindows资源管理器

Description: 本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operators and other functions. The cases mainly introduces the tree controls the use, list control the use of the Windows API related to the use, icon list system for the acquisition, and recursive directory traversal.
Platform: | Size: 417792 | Author: 唐堂 | Hits:

[TreeViewExpTreeLib_src

Description: Use Visual Basic.NET to develop Explorer Tree Control with ImageList Management
Platform: | Size: 39936 | Author: luckzyw | Hits:

[WEB CodePhwebmanager

Description: +++ ++ 飘鸿WEB在线文件管理系统V1.0 +++++++++++++++ 本软件模拟WINDOWS资源管理器界面, 能完成站点下目录的新建、重命名、移动、拷贝与删除; 以及文件的新建、重命名、移动、拷贝、删除、在线编辑、预览、上传与下载; ◆ 特 点 ◆ 1、以树型形式浏览站点目录。 2、文件列表支持排序。 3、可上传压缩文件(*.zip),上传当指定目录后自动解压。 4、可批量下载多个文件(打包成*.zip下载)。 5、可以选择GB2312、UFT-8编码编辑与保存文件 -++++++++ Floating hung WEB-line document management system V1.0+++++++++++++++ the software simulation WINDOWS Explorer interface, to complete the site under the new directory, rename, move, copy and delete and file new, rename, move, copy, delete, online editing, pre- access to, upload and download ◆ Features ◆ 1, in order to browse site directory tree form. 2, the list of files to support the sort. 3, can upload files (*. zip), From when the specified directory automatically unzip. 4, can bulk download multiple files (*. zip package download). 5, can choose to GB2312, UFT-8 encoding editing and save the file
Platform: | Size: 295936 | Author: 飘鸿 | Hits:

[ActiveX/DCOM/ATLFldrView

Description: The Folderview ActiveX Control mimics the behaviour of the Windows Explorer Treeview showing the tree structure of the files and folders and other items in the shell s namespace. 模仿windows资源管理器的树状浏览 -mimics the ActiveX Control behavior of the Windows Explorer Treeview sho wing the tree structure of the files and folders and other items in the shell's namespace. imitate the wind ows resources management for the Tree View
Platform: | Size: 59392 | Author: cai | Hits:

[Shell apiSimpleExt

Description: VC++6.0 调试通过。基于COM结构的外壳扩展实例程序,以我的文档为根目录,采用资源管理器类似的模版显示树形目录结构。-VC++ 6.0 debug through. COM based on the structure of examples of shell expansion procedure to My Documents to the root directory using Explorer tree display similar to the template directory structure.
Platform: | Size: 18432 | Author: 刘瑜 | Hits:

[OS programMyExplorer

Description: 实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-Implements a Windows Explorer, the Explorer has a browser system files, directories, and delete them, mobile and other operations functions. Mainly introduces the use of tree controls, list controls the use, relevance of the use of Windows API, the system icon list of the acquisition, as well as recursive directory traversal, etc. to achieve.
Platform: | Size: 431104 | Author: suming | Hits:

[Windows DevelopMyExplorerTool

Description: 本章实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本章主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-This chapter implements a Windows Explorer, the Explorer has a browser system files, directories, and delete them, mobile and other operations functions. This chapter introduces the use of tree controls, list controls the use, relevance of the use of Windows API, the system icon list of the acquisition, as well as recursive directory traversal, etc. realize.
Platform: | Size: 44032 | Author: 林瑶磊 | Hits:

[Internet-NetworkMyExplorer

Description: 实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本章主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。 -Realize a Windows Explorer, the Explorer has a browser system files, directories, and delete them, mobile and other operations functions. This chapter introduces the use of tree controls, list controls the use, relevance of the use of Windows API, the system icon list of the acquisition, as well as recursive directory traversal, etc. realize.
Platform: | Size: 432128 | Author: 华强 | Hits:

[GUI Develop080415PathPicker_src

Description: 选取路径 类似于 Windows 的资源浏览器的树形控件-Select the path to resources similar to Windows Explorer tree control
Platform: | Size: 1277952 | Author: wesley | Hits:

[File Operatejavadirtree

Description: java实现系统目录树控件 //导入以下类 import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager //在面板初始化的地方 FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象 JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它这个树就是系统文件目录树了; ftm.setShowHidenFiles(true) //设置是否显示隐藏文件 ftm.setShowFilesMode(ftm.SHOWFILESMODE_ALL) //显示的模式有两种(ftm.SHOWFILESMODE_ALL 显示全部 -java realization of the system directory tree control// into the following categories of import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager// in the panel to initialize the local FilesTreeManager ftm = new FilesTreeManager ()// add a file directory Object Explorer tree JTree tree = ftm.getFilesTree ()// add a JTree object to ftm.getFilesTree () assigned to it by the tree is a tree system files ftm.setShowHidenFiles (true)// Set whether to display hidden document ftm.setShowFilesMode (ftm.SHOWFILESMODE_ALL)// show mode, there are two (ftm.SHOWFILESMODE_ALL Show All
Platform: | Size: 151552 | Author: pazhu | Hits:

[Othertree

Description: 狗狗资源管理器或者叫狗狗树 原创 不好用-Explorer dogs or dogs called bad original tree with
Platform: | Size: 3702784 | Author: cm | Hits:

[JSP/JavaExplorer

Description: Java资源管理器,基于MVC实现,代码结构清析、规范。在功能上完全实现了资源管理器核心的浏览功能以及列表双击与目录树的同步展开和添加/删除文件时的同步刷新,另外增加了右键菜单功能!   查找、删除含有子目录的文件夹和重命名功能实现类是FileViewImpl.java,不过功能没有真正实现,有兴趣的朋友可以继续完善。 -Java Explorer, based on the MVC realization, code structure analysis of clearance, standardized. Functionally fully achieved Explorer core browser functions and double-click the list and directory tree synchronization and to start the Add/Remove file synchronization refresh, add an additional menu! Find, delete the folder containing subdirectories and rename the function realization is FileViewImpl.java, but there is no real function, interested friends can continue to improve.
Platform: | Size: 87040 | Author: 无心 | Hits:

[Windows Developexplorer1112

Description: explorer1112.zip Explorer Tree OCX 1.4-explorer1112.zipExplorer Tree OCX 1.4
Platform: | Size: 1215488 | Author: snake | Hits:

[GUI DevelopDriveBrowsingTree

Description: 用vc写的类似资源管理器的树状结构代码,可以打开文件,但不能删除。-Used to write similar vc Explorer tree structure code, you can open the file, but can not be deleted.
Platform: | Size: 37888 | Author: lou_ccc | Hits:

[TreeViewExplorerTreeView_demo

Description: 树形资源管理器,能查看电脑的资源,是个不错的学习对象哦-Tree Explorer can view the computer' s resources, are a good study object oh
Platform: | Size: 84992 | Author: hezhiwei | Hits:

[TreeViewCDirTreeCtrl

Description: 实现类似于WINDOWS资源管理器的树状控件,-To achieve similar to the WINDOWS Explorer tree control
Platform: | Size: 36864 | Author: jiangyulei | Hits:

[Dialog_Windowexplorer

Description: 利用VC中的Treeview和Listview,做一个自己的资源管理器,左侧的树状目录可以关闭,当点击一个文件夹时右侧的Listview中会显示文件夹的内容。尽量模仿windows的资源管理器的功能,比如左侧文件夹图标的变化和右侧的Listview中可以显示“列表”,“详细资料”-The use of VC in the Treeview and Listview, a manager' s own resources, the left side of the tree can be closed when clicking on a folder in the right side Listview will show the contents of the folder. Try to imitate windows resource management functions, such as the left side of folder icon changes and the right side Listview can display the " list" , " detailed information"
Platform: | Size: 282624 | Author: 夏廉 | Hits:

[GUI DevelopExplorer

Description: 一个Exepoler,用mfc 编写的,里面包含了 tree control 和 tab control的应用,大家共同进步-A Exepoler, written with mfc, hoping to provide people in need, we progress together ...
Platform: | Size: 2008064 | Author: 邓雪潘 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net